raar.debug
Class RADebuggerConstants

java.lang.Object
  extended by raar.debug.RADebuggerConstants

public class RADebuggerConstants
extends java.lang.Object

This class stores debugging constants for the SBM core.


Field Summary
static java.lang.String debugFileName
          Name of debug file
static boolean dump
          Whether or not to dump debug info to debug file
static boolean dumpCompilerInfo
          Whether or not to dump compiler information.
static boolean dumpExtraProcessInfo
          Whether or not to include extra process info in debug dump
static boolean dumpInternalRegisters
          Whether or not to include internal registers in debug dump
 
Constructor Summary
RADebuggerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugFileName

public static java.lang.String debugFileName
Name of debug file


dump

public static boolean dump
Whether or not to dump debug info to debug file


dumpCompilerInfo

public static boolean dumpCompilerInfo
Whether or not to dump compiler information.


dumpInternalRegisters

public static boolean dumpInternalRegisters
Whether or not to include internal registers in debug dump


dumpExtraProcessInfo

public static boolean dumpExtraProcessInfo
Whether or not to include extra process info in debug dump

Constructor Detail

RADebuggerConstants

public RADebuggerConstants()